Don't test datetime in locales with no encoding
authorDebian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Sun, 26 Jun 2022 14:06:07 +0000 (15:06 +0100)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Sun, 26 Jun 2022 14:06:07 +0000 (15:06 +0100)
commitabb6c80bec53b65f35959a02a4cc89728125b745
treed5bb231f18492988b47a321300996c9faca71ec7
parentfbc6c9a8a008c382a953bdb27a475b1a379cdc67
Don't test datetime in locales with no encoding

Some datetime tests run the test in every available locale.
If this set includes locales without an encoding (currently dsb_DE
and sah_RU), it fails due to Python bug
https://bugs.python.org/issue20088

Failure log
https://tests.reproducible-builds.org/debian/rbuild/buster/amd64/pandas_0.23.3+dfsg-3.rbuild.log.gz

Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Bug: https://github.com/pandas-dev/pandas/issues/20957
Forwarded: no

Gbp-Pq: Name skip_noencoding_locales.patch
pandas/_config/localization.py